<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.ui.web.configuration.default.override">

  <require>org.nuxeo.ecm.platform.ui.web.configuration.default</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that allows removing merging features on alias tags
      (nxu:set), useful for backport of optimization on maintenance branches.

      @since 6.0
    </documentation>
    <property name="nuxeo.jsf.removeAliasOptims">false</property>
  </extension>

</component>
